home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TzSFX.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2004-08-24  |  11KB  |  498 lines

  1. object Mainform: TMainform
  2.   Left = 836
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'TUGZip Self-Extractor'
  7.   ClientHeight = 369
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Topbevel: TBevel
  22.     Left = 0
  23.     Top = 65
  24.     Width = 417
  25.     Height = 8
  26.     Align = alTop
  27.     Shape = bsTopLine
  28.   end
  29.   object Bottombevel: TBevel
  30.     Left = 8
  31.     Top = 328
  32.     Width = 401
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object Image: TImage
  37.     Left = 0
  38.     Top = 0
  39.     Width = 417
  40.     Height = 65
  41.     Align = alTop
  42.     AutoSize = True
  43.     Picture.Data = {<image000.jpg>}
  44.   end
  45.   object Formatpanel: TPanel
  46.     Left = 0
  47.     Top = 72
  48.     Width = 409
  49.     Height = 249
  50.     BevelOuter = bvNone
  51.     TabOrder = 0
  52.     object Archivelabel: TLabel
  53.       Left = 8
  54.       Top = 0
  55.       Width = 36
  56.       Height = 13
  57.       Caption = 'Archive'
  58.     end
  59.     object Archivebevel: TBevel
  60.       Left = 56
  61.       Top = 8
  62.       Width = 353
  63.       Height = 9
  64.       Shape = bsTopLine
  65.     end
  66.     object Browsebutton: TSpeedButton
  67.       Left = 384
  68.       Top = 56
  69.       Width = 23
  70.       Height = 22
  71.       Hint = 'Browse.'
  72.       Caption = '...'
  73.       ParentShowHint = False
  74.       ShowHint = True
  75.       OnClick = BrowsebuttonClick
  76.     end
  77.     object Sfxmodulelabel: TLabel
  78.       Left = 8
  79.       Top = 96
  80.       Width = 57
  81.       Height = 13
  82.       Caption = 'SFX module'
  83.     end
  84.     object Sfxmodulebevel: TBevel
  85.       Left = 72
  86.       Top = 104
  87.       Width = 337
  88.       Height = 9
  89.       Shape = bsTopLine
  90.     end
  91.     object Archiveinfolabel: TLabel
  92.       Left = 24
  93.       Top = 24
  94.       Width = 296
  95.       Height = 13
  96.       Caption = 'Enter the name of the archive that you want to use building the'
  97.     end
  98.     object Misclabel: TLabel
  99.       Left = 8
  100.       Top = 200
  101.       Width = 67
  102.       Height = 13
  103.       Caption = 'Miscellaneous'
  104.     end
  105.     object Miscbevel: TBevel
  106.       Left = 80
  107.       Top = 208
  108.       Width = 329
  109.       Height = 9
  110.       Shape = bsTopLine
  111.     end
  112.     object Archiveedit: TLabeledEdit
  113.       Left = 24
  114.       Top = 56
  115.       Width = 353
  116.       Height = 21
  117.       EditLabel.Width = 106
  118.       EditLabel.Height = 13
  119.       EditLabel.Caption = 'self-extracting archive:'
  120.       LabelPosition = lpAbove
  121.       LabelSpacing = 3
  122.       ReadOnly = True
  123.       TabOrder = 0
  124.     end
  125.     object Standardradiobutton: TRadioButton
  126.       Left = 24
  127.       Top = 120
  128.       Width = 385
  129.       Height = 17
  130.       Caption = 'Standard self-extracting archive'
  131.       Checked = True
  132.       Enabled = False
  133.       TabOrder = 1
  134.       TabStop = True
  135.       OnClick = StandardradiobuttonClick
  136.     end
  137.     object Listviewradiobutton: TRadioButton
  138.       Left = 24
  139.       Top = 144
  140.       Width = 385
  141.       Height = 17
  142.       Caption = 'Self-extracting archive with listview'
  143.       Enabled = False
  144.       TabOrder = 2
  145.       OnClick = ListviewradiobuttonClick
  146.     end
  147.     object Installradiobutton: TRadioButton
  148.       Left = 24
  149.       Top = 168
  150.       Width = 385
  151.       Height = 17
  152.       Caption = 'Self-extracting archive for software installation'
  153.       Enabled = False
  154.       TabOrder = 3
  155.       OnClick = InstallradiobuttonClick
  156.     end
  157.     object Hintboxcheckbox: TCheckBox
  158.       Left = 24
  159.       Top = 224
  160.       Width = 385
  161.       Height = 17
  162.       Caption = 'Popup a hintbox when the self-extracting archive is opened'
  163.       Enabled = False
  164.       TabOrder = 4
  165.     end
  166.   end
  167.   object Cancelbutton: TButton
  168.     Left = 336
  169.     Top = 336
  170.     Width = 75
  171.     Height = 25
  172.     Caption = 'Cancel'
  173.     TabOrder = 1
  174.     OnClick = CancelbuttonClick
  175.   end
  176.   object Finishbutton: TButton
  177.     Left = 256
  178.     Top = 336
  179.     Width = 75
  180.     Height = 25
  181.     Caption = 'Finish'
  182.     Enabled = False
  183.     TabOrder = 2
  184.     OnClick = FinishbuttonClick
  185.   end
  186.   object Nextbutton: TButton
  187.     Left = 176
  188.     Top = 336
  189.     Width = 75
  190.     Height = 25
  191.     Caption = 'Next >'
  192.     Default = True
  193.     Enabled = False
  194.     TabOrder = 3
  195.     OnClick = NextbuttonClick
  196.   end
  197.   object Backbutton: TButton
  198.     Left = 96
  199.     Top = 336
  200.     Width = 75
  201.     Height = 25
  202.     Caption = '< Back'
  203.     Enabled = False
  204.     TabOrder = 4
  205.     OnClick = BackbuttonClick
  206.   end
  207.   object Standardpanel: TPanel
  208.     Left = 0
  209.     Top = 72
  210.     Width = 409
  211.     Height = 249
  212.     BevelOuter = bvNone
  213.     TabOrder = 5
  214.     Visible = False
  215.     object Standardfolderlabel: TLabel
  216.       Left = 8
  217.       Top = 0
  218.       Width = 29
  219.       Height = 13
  220.       Caption = 'Folder'
  221.     end
  222.     object Standardfolderbevel: TBevel
  223.       Left = 48
  224.       Top = 8
  225.       Width = 361
  226.       Height = 9
  227.       Shape = bsTopLine
  228.     end
  229.     object Standardfolderinfolabel: TLabel
  230.       Left = 24
  231.       Top = 24
  232.       Width = 378
  233.       Height = 13
  234.       Caption = 
  235.         'Enter the full path to a specific folder where you want the file' +
  236.         's to be extracted on'
  237.     end
  238.     object Standardcommandlabel: TLabel
  239.       Left = 8
  240.       Top = 96
  241.       Width = 47
  242.       Height = 13
  243.       Caption = 'Command'
  244.     end
  245.     object Standardcommandbevel: TBevel
  246.       Left = 64
  247.       Top = 104
  248.       Width = 345
  249.       Height = 9
  250.       Shape = bsTopLine
  251.     end
  252.     object Standardadvancedlabel: TLabel
  253.       Left = 8
  254.       Top = 176
  255.       Width = 49
  256.       Height = 13
  257.       Caption = 'Advanced'
  258.     end
  259.     object Standardadvancedbevel: TBevel
  260.       Left = 64
  261.       Top = 184
  262.       Width = 345
  263.       Height = 9
  264.       Shape = bsTopLine
  265.     end
  266.     object Standardbrowsebutton: TSpeedButton
  267.       Left = 384
  268.       Top = 56
  269.       Width = 23
  270.       Height = 22
  271.       Hint = 'Browse.'
  272.       Caption = '...'
  273.       ParentShowHint = False
  274.       ShowHint = True
  275.       OnClick = StandardbrowsebuttonClick
  276.     end
  277.     object Standardfolderedit: TLabeledEdit
  278.       Left = 24
  279.       Top = 56
  280.       Width = 353
  281.       Height = 21
  282.       EditLabel.Width = 95
  283.       EditLabel.Height = 13
  284.       EditLabel.Caption = 'the target computer:'
  285.       LabelPosition = lpAbove
  286.       LabelSpacing = 3
  287.       TabOrder = 0
  288.     end
  289.     object Standardcommandedit: TLabeledEdit
  290.       Left = 24
  291.       Top = 136
  292.       Width = 385
  293.       Height = 21
  294.       EditLabel.Width = 292
  295.       EditLabel.Height = 13
  296.       EditLabel.Caption = 'Enter a command to be executed once extraction is complete:'
  297.       LabelPosition = lpAbove
  298.       LabelSpacing = 3
  299.       TabOrder = 1
  300.     end
  301.     object Overwritecheckbox: TCheckBox
  302.       Left = 24
  303.       Top = 200
  304.       Width = 385
  305.       Height = 17
  306.       Caption = 'Prompt overwrite'
  307.       TabOrder = 2
  308.     end
  309.   end
  310.   object Installpanel: TPanel
  311.     Left = 0
  312.     Top = 72
  313.     Width = 409
  314.     Height = 249
  315.     BevelOuter = bvNone
  316.     TabOrder = 6
  317.     Visible = False
  318.     object Textlabel: TLabel
  319.       Left = 8
  320.       Top = 0
  321.       Width = 21
  322.       Height = 13
  323.       Caption = 'Text'
  324.     end
  325.     object Textbevel: TBevel
  326.       Left = 40
  327.       Top = 8
  328.       Width = 369
  329.       Height = 9
  330.       Shape = bsTopLine
  331.     end
  332.     object Textinfolabel: TLabel
  333.       Left = 24
  334.       Top = 24
  335.       Width = 233
  336.       Height = 13
  337.       Caption = 'Enter the text to be displayed in the main window:'
  338.     end
  339.     object Installcommandlabel: TLabel
  340.       Left = 8
  341.       Top = 128
  342.       Width = 52
  343.       Height = 13
  344.       Caption = 'Commands'
  345.     end
  346.     object Installcommandbevel: TBevel
  347.       Left = 72
  348.       Top = 136
  349.       Width = 337
  350.       Height = 9
  351.       Shape = bsTopLine
  352.     end
  353.     object Textmemo: TMemo
  354.       Left = 24
  355.       Top = 40
  356.       Width = 385
  357.       Height = 73
  358.       ScrollBars = ssVertical
  359.       TabOrder = 0
  360.     end
  361.     object Installcommandedit: TLabeledEdit
  362.       Left = 24
  363.       Top = 168
  364.       Width = 385
  365.       Height = 21
  366.       EditLabel.Width = 292
  367.       EditLabel.Height = 13
  368.       EditLabel.Caption = 'Enter a command to be executed once extraction is complete:'
  369.       LabelPosition = lpAbove
  370.       LabelSpacing = 3
  371.       TabOrder = 1
  372.     end
  373.     object Waitforedit: TLabeledEdit
  374.       Left = 24
  375.       Top = 216
  376.       Width = 385
  377.       Height = 21
  378.       EditLabel.Width = 40
  379.       EditLabel.Height = 13
  380.       EditLabel.Caption = 'Wait for:'
  381.       LabelPosition = lpAbove
  382.       LabelSpacing = 3
  383.       TabOrder = 2
  384.     end
  385.   end
  386.   object Hintpanel: TPanel
  387.     Left = 0
  388.     Top = 72
  389.     Width = 409
  390.     Height = 249
  391.     BevelOuter = bvNone
  392.     TabOrder = 7
  393.     Visible = False
  394.     object Hinttextlabel: TLabel
  395.       Left = 8
  396.       Top = 0
  397.       Width = 56
  398.       Height = 13
  399.       Caption = 'Hintbox text'
  400.     end
  401.     object Hinttextbevel: TBevel
  402.       Left = 72
  403.       Top = 8
  404.       Width = 337
  405.       Height = 9
  406.       Shape = bsTopLine
  407.     end
  408.     object Hinttextinfolabel: TLabel
  409.       Left = 24
  410.       Top = 24
  411.       Width = 246
  412.       Height = 13
  413.       Caption = 'Enter the text that you want to display in the hintbox:'
  414.     end
  415.     object Hintmisclabel: TLabel
  416.       Left = 8
  417.       Top = 120
  418.       Width = 143
  419.       Height = 13
  420.       Caption = 'Miscellaneous hintbox settings'
  421.     end
  422.     object Hintmiscbevel: TBevel
  423.       Left = 160
  424.       Top = 128
  425.       Width = 249
  426.       Height = 9
  427.       Shape = bsTopLine
  428.     end
  429.     object Buttonslabel: TLabel
  430.       Left = 24
  431.       Top = 192
  432.       Width = 77
  433.       Height = 13
  434.       Caption = 'Hintbox buttons:'
  435.     end
  436.     object Hinttextmemo: TMemo
  437.       Left = 24
  438.       Top = 40
  439.       Width = 385
  440.       Height = 65
  441.       ScrollBars = ssVertical
  442.       TabOrder = 0
  443.     end
  444.     object Hinttitleedit: TLabeledEdit
  445.       Left = 24
  446.       Top = 160
  447.       Width = 385
  448.       Height = 21
  449.       EditLabel.Width = 132
  450.       EditLabel.Height = 13
  451.       EditLabel.Caption = 'Enter the title of the hintbox:'
  452.       LabelPosition = lpAbove
  453.       LabelSpacing = 3
  454.       TabOrder = 1
  455.     end
  456.     object Okradiobutton: TRadioButton
  457.       Left = 32
  458.       Top = 208
  459.       Width = 89
  460.       Height = 17
  461.       Caption = 'OK'
  462.       Checked = True
  463.       TabOrder = 2
  464.       TabStop = True
  465.     end
  466.     object Yesnoradiobutton: TRadioButton
  467.       Left = 120
  468.       Top = 208
  469.       Width = 89
  470.       Height = 17
  471.       Caption = 'Yes / No'
  472.       TabOrder = 3
  473.     end
  474.     object Okcancelradiobutton: TRadioButton
  475.       Left = 208
  476.       Top = 208
  477.       Width = 201
  478.       Height = 17
  479.       Caption = 'OK / Cancel'
  480.       TabOrder = 4
  481.     end
  482.   end
  483.   object Thememanager: TThemeManager
  484.     Left = 8
  485.     Top = 8
  486.   end
  487.   object Opendialog: TOpenDialog
  488.     Filter = 
  489.       'All Supported Files|*.7z;*.ace;*.cab;*.lha;*.lzh;*.rar;*.sqx;*.z' +
  490.       'ip;*.pk3|7-zip Files (*.7z)|*.7z|Ace Files (*.ace)|*.ace|Cabinet' +
  491.       ' Files (*.cab)|*.cab|LHA Files (*.lha,*.lzh)|*.lha;*.lzh|Rar Fil' +
  492.       'es (*.rar)|*.rar|Sqx Files (*.sqx)|*.sqx|Zip Files (*.zip,*.pk3)' +
  493.       '|*.zip;*.pk3|All Files (*.*)|*.*'
  494.     Left = 40
  495.     Top = 8
  496.   end
  497. end
  498.